home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ShareWare OnLine 2
/
ShareWare OnLine Volume 2 (CMS Software)(1993).iso
/
util1
/
aset10.zip
/
ASET2.TST
< prev
next >
Wrap
Text File
|
1993-05-06
|
4KB
|
258 lines
# $Id: aset2.tst 1.2 1993/04/09 09:10:29 Ricki Exp $
# Test file for ASETs file/disk functions
#
# $Log: aset2.tst $
# Revision 1.2 1993/04/09 09:10:29 Ricki
# modified for the use with PCs with only one diskette drive
#
# Revision 1.1 1993/03/09 13:01:16 Ricki
# Initial revision
#
#
#-------DFREE
#
a=dfree('c:')
a=dfree()
a=dfree
a=dfree(a:)
#a=dfree('B')
#a=dfree('e:')
#
a=dfree(a,b)
a=dfree('Z:')
#
#-------DIR
#
a=dir('c:')
a=dir()
a=dir
a=dir(a:)
#a=dir('B')
#a=dir('e:')
#
a=dir(a,b)
a=dir('Z:')
#
#-------DOSPATH
#
a=dospath('xcopy.exe')
a=dospath('sort.exe')
a=dospath('command.com')
a=dospath('aset.exe')
a=dospath('c:\config.sys')
#
a=dospath('15623452.243')
a=dospath()
a=dospath
a=dospath('C:')
a=dospath('x','y')
#
#-------DSIZE
#
a=dsize('c:')
a=dsize()
a=dsize
a=dsize(a:)
#a=dsize('B')
#a=dsize('e:')
#
a=dsize(a,b)
a=dsize('Z:')
#
#-------FATTR
#
a=fattr('c:\config.sys')
a=fattr('aset.exe')
a=fattr(dospath('command.com'))
a=fattr(dospath('msdos.sys'))
a=fattr(dospath('io.sys'))
a=fattr(dospath('pcdos.sys'))
#
a=fattr('15623452.243')
a=fattr()
a=fattr
a=fattr('C:')
a=fattr('x','y')
#
#-------FDATE
#
a=fdate('c:\config.sys')
a=fdate('aset.exe')
a=fdate(dospath('command.com'))
#
a=fdate('15623452.243')
a=fdate()
a=fdate
a=fdate('C:')
a=fdate('x','y')
#
#-------FDIR
#
a=fdir('c:\config.sys')
a=fdir('aset.exe')
a=fdir(dospath('command.com'))
a=fdir('Z:\THIS\DOES\NOT\EXIST')
a=fdir
a=fdir()
#
a=fdir('15623452.243')
a=fdir('C:')
a=fdir('x','y')
#
#-------FDRIVE
#
a=fdrive('c:\config.sys')
a=fdrive('aset.exe')
a=fdrive(dospath('command.com'))
a=fdrive('Z:\THIS\DOES\NOT\EXIST')
a=fdrive('C:')
#
a=fdrive
a=fdrive()
a=fdrive('x','y')
#
#-------FEXPAND
#
a=fexpand('aset.exe')
a=fexpand('.')
a=fexpand('\command.com')
a=fexpand('Z:\THIS\DOES\NOT\EXIST')
a=fexpand('C:')
#
a=fexpand
a=fexpand()
a=fexpand('x','y')
#
#-------FEXT
#
a=fext('c:\config.sys')
a=fext('aset.exe')
a=fext(dospath('command.com'))
a=fext('Z:\THIS\DOES\NOT\EXIST')
a=fext('C:')
#
a=fext
a=fext()
a=fext('x','y')
#
#-------FNAME
#
a=fname('c:\config.sys')
a=fname('aset.exe')
a=fname(dospath('command.com'))
a=fname('Z:\THIS\DOES\NOT\EXIST')
a=fname('C:')
#
a=fname
a=fname()
a=fname('x','y')
#
#-------FNAMEX
#
a=fnamex('c:\config.sys')
a=fnamex('aset.exe')
a=fnamex(dospath('command.com'))
a=fnamex('Z:\THIS\DOES\NOT\EXIST')
a=fnamex('C:')
#
a=fnamex
a=fnamex()
a=fnamex('x','y')
#
#-------FPATH
#
a=fpath('c:\config.sys')
a=fpath('aset.exe')
a=fpath(dospath('command.com'))
a=fpath('Z:\THIS\DOES\NOT\EXIST')
a=fpath('C:')
#
a=fpath
a=fpath()
a=fpath('x','y')
#
#-------FSIZE
#
a=fsize('c:\config.sys')
a=fsize('aset.exe')
a=fsize(dospath('command.com'))
#
a=fsize('15623452.243')
a=fsize()
a=fsize
a=fsize('C:')
a=fsize('x','y')
#
#-------FTIME
#
a=ftime('c:\config.sys')
a=ftime('aset.exe')
a=ftime(dospath('command.com'))
#
a=ftime('15623452.243')
a=ftime()
a=ftime
a=ftime('C:')
a=ftime('x','y')
#
#-------ISDIR
#
a=isdir('c:\')
a=isdir('c:')
a=isdir('\')
a=isdir('.')
a=isdir('..')
#
a=isdir('15623452.243')
a=isdir()
a=isdir
a=isdir('x','y')
a=isdir('z:\does\not\exist')
a=isdir('$%/&%/&$syntaxerror/&&$/&/&%')
#
#-------LABEL
#
a=label('c:')
a=label()
a=label
a=label(a:)
#a=label('B')
#a=label('e:')
#
a=label(a,b)
a=label('Z:')
#
#-------UNIQUE
#
a=unique('c:\')
a=unique('c:')
a=unique('\')
a=unique('.')
a=unique('..')
#
a=unique('15623452.243')
a=unique()
a=unique
a=unique('x','y')
a=unique('z:\does\not\exist')
a=unique('$%/&%/&$syntaxerror/&&$/&/&%')